home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 5 / Deep Throat Girls 5.iso / pc / impulse.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1997-02-05  |  478 b   |  19 lines

  1. on QTToggle QTSprite
  2.   if the castType of cast the castNum of sprite QTSprite = #digitalVideo then
  3.     if the movieRate of sprite QTSprite then
  4.       set the movieRate of sprite QTSprite to 0
  5.     else
  6.       set the movieRate of sprite QTSprite to 1
  7.     end if
  8.   end if
  9. end
  10.  
  11. on QTLoop QTChannel
  12.   set movieDuration to the duration of cast the castNum of sprite QTChannel
  13.   if the movieRate of sprite QTChannel = 0 then
  14.     go(marker(1))
  15.     exit
  16.   end if
  17.   go(the frame - 1)
  18. end
  19.